home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp2 / hunk.rdm < prev    next >
Text File  |  1997-01-18  |  4KB  |  110 lines

  1. Short:    Editor 4 hunk structure of binary files with GUI
  2. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Type:     dev/misc
  5.  
  6. _____________________________________________________________________________
  7.  
  8.                         The THOR-Software Licence
  9.  
  10.  
  11. This License applies to the computer programs known as "Hunk Processor".
  12. The "Program", below, refers to such program.
  13.  
  14.  
  15. The programs and files in this distribution are freely distributable
  16. under the restrictions stated below, but are also Copyright (c)
  17. Thomas Richter.
  18.  
  19.  
  20. Distribution of the Program by a commercial organization without written
  21. permission from the author to any third party is prohibited if any payment
  22. is made in connection with such distribution, whether directly
  23. (as in payment for a copy of the Program) or indirectly (as in payment
  24. for some service related to the Program, or payment for some product
  25. or service that includes a copy of the Program "without charge";
  26. these are only examples, and not an exhaustive enumeration of prohibited
  27. activities). However, the following methods of distribution involving
  28. payment shall not in and of themselves be a violation of this restriction:
  29.  
  30.  
  31. (i) Posting the Program on a public access information storage and
  32. retrieval service for which a fee is received for retrieving information
  33. (such as an on-line service), provided that the fee is not
  34. content-dependent (i.e., the fee would be the same for retrieving the same
  35. volume of information consisting of random data).
  36.  
  37.  
  38.  
  39. (ii) Distributing the Program on a CD-ROM, provided that the files
  40. containing the Program are reproduced entirely and verbatim on such
  41. CD-ROM, and provided further that all information on such CD-ROM be
  42. redistributable for non-commercial purposes without charge.
  43.  
  44.  
  45.  
  46. Everything in this distribution must be kept together, in original
  47. and unmodified form.
  48.  
  49.  
  50.  
  51.  
  52. Limitations.
  53.  
  54. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  55. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  56. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  57. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  58. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  59. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  60. SERVICING, REPAIR OR CORRECTION.
  61.  
  62.  
  63.  
  64. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  65. THIS ARCHIVE.
  66.  
  67. _____________________________________________________________________________
  68.  
  69. The "Hunk Processor" is a tool for editing the hunk structure of binary
  70. AmigaDOS load files (not object codes that must be linked afterwards, but
  71. complete executable binaries). 
  72.  
  73. Functions:
  74.  
  75.     Add and remove hunks, as well as relocation entries.
  76.     Merge hunks to shorten programs without "crunching".
  77.     Code optimizer to remove unnecessary jumps.
  78.     Rexx interface for automatic operation.
  79.  
  80.  
  81. The "Hunk Processor" is a quiet old program I wrote years ago, so the GUI is
  82. really ugly - but this is a tool, not a piece of artwork. I mostly use to to
  83. patch bugs in existing programs, together with a standard debugging tool.
  84. The plus of the "Hunk Processor" is that it keeps the relocation data after
  85. loading an executable, so after patching it the "Hunk Processor" can re-
  86. create a loadable program.
  87.  
  88.  
  89. Due to my lazyness, a guide is missing, too. You're up to yourself using this,
  90. but you should consult me if you are interested in a guide or a manual. Cause
  91. I need some motivation writing a documentation, THE MANUAL WON'T BE FOR FREE. 
  92.  
  93. Write to:
  94. ________
  95.  
  96. Thomas Richter:
  97. EMail:    thor@einstein.math.tu-berlin.de
  98.  
  99. or visit my web site at:
  100. WWW:    http://www.math.tu-berlin.de/~thor/thor/index.html
  101.  
  102.  
  103. On response, I will send you a form how to receive a guide. If I collected
  104. enough requests, I will start writing one.
  105.  
  106.  
  107. Have fun,
  108.  
  109.         Thomas
  110.